







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns whether this dictionary is fixed size. This implemented always returns false.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
private bool IDictionary.IsFixedSize{ get;} |
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property System.Collections.IDictionary.IsFixedSize As Boolean Implements IDictionary.IsFixedSize |
| Visual C++ |
|---|
private: virtual property bool System.Collections.IDictionary.IsFixedSize { bool get () sealed = IDictionary::IsFixedSize::get; } |
Field Value
Always returns false.
See Also
Wintellect.PowerCollections Namespace
